home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / lynxos25.zip / lynx_2.INF (.txt) < prev    next >
OS/2 Help File  |  1996-07-20  |  52KB  |  1,568 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Lynx/2 Users Guide Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. Lynx/2 is a fully-featured World Wide Web (WWW) client for OS/2 VIO sessions, 
  5. either windowed or full-screen. It will display hypertext markup language 
  6. (HTML) documents containing links to files residing on the local system, as 
  7. well as files residing on remote systems running Gopher, HTTP, FTP, WAIS, and 
  8. NNTP servers. 
  9.  
  10. Lynx/2 can be used to access information on the World Wide Web, or to build 
  11. information systems intended primarily for local access. In addition, Lynx/2 
  12. can be used to build systems isolated within a single LAN. 
  13.  
  14.  
  15. ΓòÉΓòÉΓòÉ 2. Setting Up Lynx/2's CFG file ΓòÉΓòÉΓòÉ
  16.  
  17. The actual installation of the Lynx/2 package is covered in the Readme.os2 
  18. file. Please refer to that file for installation instructions. 
  19.  
  20. This section will concern itself with changes that can or should be made to the 
  21. Lynx.CFG file, which Lynx/2 will look for in your $ETC directory. 
  22.  
  23.  
  24. ΓòÉΓòÉΓòÉ 2.1. General Considerations ΓòÉΓòÉΓòÉ
  25.  
  26. The default placement for this file is in the $ETC directory. Definition pairs 
  27. are of the form VARIABLE:DEFINITION. NO spaces are allowed between the pair 
  28. items. If you like, you may specify it's location on the command line with the 
  29. "-cfg" command line option. 
  30.  
  31. Items may be commented out by putting a '#' as the FIRST char of the line All 
  32. definitions must be flush left and have NO spaces.!!! 
  33.  
  34. All examples given here are from the Lynx.cfg files used here. 
  35.  
  36.  
  37. ΓòÉΓòÉΓòÉ 2.2. The STARTFILE Entry ΓòÉΓòÉΓòÉ
  38.  
  39. STARTFILE is the default URL if none is specified on the command line. These 
  40. files can be remote (http://www.w3.org/default.html) or local 
  41. (file://localhost/DIRECTORY/FILENAME). 
  42.  
  43. Some examples (All but one commented out). 
  44.  
  45. # STARTFILE:http://www.cc.ukans.edu/about_lynx/www_start.html
  46. # STARTFILE:file:///e:/webpage/djd/index.html
  47. STARTFILE:http://www.cris.com/~djd/
  48.  
  49. You will probably want to put your own startfile here. 
  50.  
  51.  
  52. ΓòÉΓòÉΓòÉ 2.3. The HELPFILE Entry ΓòÉΓòÉΓòÉ
  53.  
  54. HELPFILE must be defined as a URL and must have a complete local path name if 
  55. local (file://localhost/x:/DIRECTORY/FILENAME). 
  56.  
  57. Examples are: 
  58.  
  59. #HELPFILE:http://kufacts.cc.ukans.edu/lynx_help/lynx_help_main.html
  60. HELPFILE:file://localhost/f:/lynx/help/lynx_hel.htm
  61.  
  62. You will probably want to update this to reflect the actual directory Lynx/2 is 
  63. installed in. 
  64.  
  65.  
  66. ΓòÉΓòÉΓòÉ 2.4. The JUMPFILE Entry ΓòÉΓòÉΓòÉ
  67.  
  68. JUMPFILE is the local file checked for shortcut URL's when the user presses the 
  69. 'J' (JUMP) key. The user will be prompted for a shortcut entry (analogously to 
  70. 'g'oto), and can enter one or use '?' for a list of the shortcuts with 
  71. associated links to their actual URL's. See the sample jumps files in the 
  72. samples subdirectory. Make sure your jumps file includes a '?' shortcut for a 
  73. file://localhost URL to itself: 
  74.  
  75. <dt>?<dd><a href="file://localhost/path/jumps.html">This Shortcut List</a>
  76.  
  77. If not defined here, the JUMP command will invoke the NO_JUMPFILE statusline 
  78. message. 
  79.  
  80. Do not include "file://localhost" in the definition. An example would be: 
  81.  
  82. JUMPFILE:/Lynx_Dir/jumps.html
  83.  
  84.  
  85. ΓòÉΓòÉΓòÉ 2.5. The CHARACTER_SET entry ΓòÉΓòÉΓòÉ
  86.  
  87. The CHARACTER_SET defines the users default 8 bit character set which is used 
  88. to represent the list of character entities within HTML. 
  89.  
  90. The default character sets include: 
  91.  
  92.      ISO Latin 1 
  93.  
  94.      DEC Multinational 
  95.  
  96.      IBM PC character set 
  97.  
  98.      NeXT character set 
  99.  
  100.      7 bit approximations 
  101.  
  102.  An example would be as follows, which is recommended for Lynx/2: 
  103.  
  104.   CHARACTER_SET:IBM PC character set
  105.  
  106.  
  107. ΓòÉΓòÉΓòÉ 2.6. The BOLD_HEADERS Entry ΓòÉΓòÉΓòÉ
  108.  
  109. If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted upon for 
  110. <H1> through <H7> headers. The default is FALSE (only the uppercasing and 
  111. indentation styles are acted upon). 
  112.  
  113. An Example: 
  114.  
  115. BOLD_HEADERS:FALSE
  116.  
  117.  
  118. ΓòÉΓòÉΓòÉ 2.7. The LOCAL_EXECUTION_LINKS Entries ΓòÉΓòÉΓòÉ
  119.  
  120. Currently, these features of Lynx are disaabled in Lynx/2. The CFG file section 
  121. dealing with these is left here as a convenience for the author, in the event 
  122. that these are enabled in the future. 
  123.  
  124.  
  125. ΓòÉΓòÉΓòÉ 2.8. The INEWS Entry ΓòÉΓòÉΓòÉ
  126.  
  127. Set INEWS to the full path and name of your program for posting to newsgroups. 
  128. A "mini" inews,written in REXX, is included in the Lynx/2 distribution, and 
  129. will be used by default if this entry is commented out. You can disable news 
  130. posting by setting INEWS to "none", or via -restrictions switches. 
  131.  
  132. #INEWS:inews
  133.  
  134.  
  135. ΓòÉΓòÉΓòÉ 2.9. The VI_KEYS_ALWAYS_ON Entry ΓòÉΓòÉΓòÉ
  136.  
  137. VI_KEYS can be turned on by the user in the options screen or the .lynxrc file. 
  138. This is just the default. 
  139.  
  140. VI_KEYS_ALWAYS_ON:FALSE
  141.  
  142.  
  143. ΓòÉΓòÉΓòÉ 2.10. The EMACS_KEYS_ALWAYS_ON Entry ΓòÉΓòÉΓòÉ
  144.  
  145. EMACS_KEYS can be turned on by the user in the options screen or the .lynxrc 
  146. file. This is just the default. 
  147.  
  148. EMACS_KEYS_ALWAYS_ON:FALSE
  149.  
  150.  
  151. ΓòÉΓòÉΓòÉ 2.11. The DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS Entry ΓòÉΓòÉΓòÉ
  152.  
  153. DEFAULT_KEYPAD_MODE specifies whether by default the user has numbers that work 
  154. like arrows or else numbered links DEFAULT KEYPAD MODE may be set to TRUE for 
  155. using numbers as arrows as default or FALSE for using numbered links as the 
  156. default. 
  157.  
  158. DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
  159.  
  160.  
  161. ΓòÉΓòÉΓòÉ 2.12. The CASE_SENSITIVE_ALWAYS_ON Entry ΓòÉΓòÉΓòÉ
  162.  
  163. The default search type. This is a default that can be overridden by the user. 
  164.  
  165. CASE_SENSITIVE_ALWAYS_ON:FALSE
  166.  
  167.  
  168. ΓòÉΓòÉΓòÉ 2.13. The DEFAULT_BOOKMARK_FILE Entry ΓòÉΓòÉΓòÉ
  169.  
  170. DEFAULT_BOOKMARK_FILE is a default filename for use as a personal bookmark 
  171. file. It should start without a slash and will reference a file from the users 
  172. $HOME directory. 
  173.  
  174. NOTE: A file ending in .htm should be used eliminate potential problems 
  175.  
  176. DEFAULT_BOOKMARK_FILE:Bookmark.htm
  177.  
  178.  
  179. ΓòÉΓòÉΓòÉ 2.14. The DEFAULT_USER_MODE Entry ΓòÉΓòÉΓòÉ
  180.  
  181. DEFAULT_USER_MODE sets the default user mode for Lynx users. NOVICE shows a 
  182. three line help message at the bottom of the screen. INTERMEDIATE shows normal 
  183. amount of help (one line). ADVANCED help is replaced by the URL of the current 
  184. link 
  185.  
  186. DEFAULT_USER_MODE:NOVICE
  187.  
  188.  
  189. ΓòÉΓòÉΓòÉ 2.15. The DEFAULT_EDITOR Entry ΓòÉΓòÉΓòÉ
  190.  
  191. DEFAULT_EDITOR sets the default editor for Lynx users. If an editor is defined 
  192. then the user may edit local documents using that editor. The editor will also 
  193. be used for sending mail messages. If no editor is defined here or by the user 
  194. the user will not be able to edit local documents and a primative line oriented 
  195. mail input mode will be used. 
  196.  
  197. NOTE: Do not define an editor unless you know that every user will know how to 
  198. use it. Most users do not enjoy getting stuck in an unknown editor that they 
  199. can't get out of. Users can easily define an editor of their own using the 
  200. options menu, so it is not always desirable to set the DEFAULT_EDITOR. 
  201.  
  202. DEFAULT_EDITOR: tedit
  203.  
  204.  
  205. ΓòÉΓòÉΓòÉ 2.16. The SYSTEM_EDITOR Entry ΓòÉΓòÉΓòÉ
  206.  
  207. SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR except that it can't be 
  208. changed. 
  209.  
  210. SYSTEM_EDITOR:
  211.  
  212.  
  213. ΓòÉΓòÉΓòÉ 2.17. The PREFERRED_LANGUAGE Entry ΓòÉΓòÉΓòÉ
  214.  
  215. PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en", "fr") which 
  216. will be indicated by Lynx in its Accept-Language headers as the preferred 
  217. language. If available, the document will be transmitted in that language. 
  218. Users can override this setting via the 'o'ptions menu and save that preference 
  219. in their RC file. 
  220.  
  221. PREFERRED_LANGUAGE:en
  222.  
  223.  
  224. ΓòÉΓòÉΓòÉ 2.18. The Proxy Variables ΓòÉΓòÉΓòÉ
  225.  
  226. Lynx/2 supports the use of proxy servers that can act as firewall gateways and 
  227. caching servers. They are preferable to the older gateway servers. Each 
  228. protocol used by Lynx can be mapped separately using PROTOCOL_proxy environment 
  229. variables (see INSTALLATION). If you have not set them externally, you can set 
  230. them at run time via this configuration file. They will not override external 
  231. settings. 
  232.  
  233. #http_proxy:http://some.server.dom:port/
  234. #ftp_proxy:http://some.server.dom:port/
  235. #gopher_proxy:http://some.server.dom:port/
  236. #news_proxy:http://some.